assignment n. 1.分给,分配。 2.指定,委派。 3.(理由等的)陈述;(错误等的)指出。 4.(财产、权利的)转让,让与。 5.让与证书,委托证书。 6.〔美国〕任命;任务,工作;(课外)作业。 give students assignments 给学生留作业。 He left for his assignment in the Middle East. 他去中东赴任。
variable adj. 1.易变的,变化无常的,无定的 (opp. constant, steady)。 2.可变的,能变的;变换的。 3.【数学】变量的;【天文学】变光的;【生物学】变异的。 Prices are variable according to the exchanges. 物价跟着汇率变动。 a man of variable character 反复无常的人。 a rod of variable length (伸缩)如意棒。 a word of variable construction 可以作种种解释的词。 variable capital 可变资本。 a variable budget 临时预算。 n. 1.易变的东西。 2.【数学】变量,变数,变项,变元 (opp. constant);【天文学】变星 (=variable star);【航海】(方向不定的)变风,不定风 (opp. trade wind); 〔pl.〕 (贸易风带中的)变风带。 adv. -ably ,-ness n.
Perform most straight variable assignments 执行最直接的变量赋值。
Line 1 begins a variable assignment which stretches to line 21 第1行开始变量赋值(一直延至第21行) 。
Object variable assignment >对象变量赋值
Tag , the variable assignment can leverage its default value capability 标记的主体内容中,变量赋值就可以利用其缺省值能力。
I shall focus on variable assignment and abstract patterns , which open up some impressive possibilities for xml schema design 我将主要讨论变量赋值和抽象范式( pattern ) ,这两种技术为xml模式设计带来了令人印象深刻的可能性。
If variable assignment must occur in a trigger , use a set nocount statement at the start of the trigger to prevent the return of any result sets 如果必须在触发器中进行变量赋值,则应该在触发器的开头使用set nocount语句以避免返回任何结果集。
Locate the variable assignments in the method . in newly generated tests , variable assignments are marked by " to - do " statements that remind you to customize the assignments 对于新生成的测试,将使用“ to - do ”语句标记变量赋值部分,旨在提醒您需要自定义这些赋值语句。
The code of a newly generated test compiles , but before it can provide useful test results you must to edit it , for example , to make variable assignments and to customize assert statements 新生成测试的代码将进行编译,但是在它能够提供有用的测试结果之前必须对其进行编辑,例如为变量赋值和自定义assert语句。
To prevent having results returned to an application because of a trigger firing , do not include either select statements that return results or statements that perform variable assignment in a trigger 若要避免由于触发器触发而向应用程序返回结果,请不要包含返回结果的select语句,也不要包含在触发器中执行变量赋值的语句。
A trigger that includes either select statements that return results to the user or statements that perform variable assignment requires special handling ; these returned results would have to be written into every application in which modifications to the trigger table are allowed 包含向用户返回结果的select语句或进行变量赋值的语句的触发器需要特殊处理;这些返回的结果必须写入允许修改触发器表的每个应用程序中。